RBScript.Context

Object (e.g., window or class) that is made available to the RBScript. For example, you can create a custom class and assign it to the Context property.

Syntax

Context( Object ) as


Parameters

Object


Notes

The script would then have access to the methods and properties of this class. The methods become global methods and the properties become global properties.